toggle menu
Rell System Library API Reference
rell
switch theme
search in API
Rell System Library
/
[root]
/
byte_array
/
from_list
from_list
rell
pure
static
function
from_list
(
list
:
list
<
integer
>
)
:
byte_array
Creates a byte_array from a list of integers.
Since
0.9.0
Parameters
list
The list of integers.